home *** CD-ROM | disk | FTP | other *** search
- // =============
- // POPPER LAUNCH
- // =============
-
- [ExplosionClass]
- classLabel = "explosion"
-
- particleTypes = 1
- particleClass1 = "xpopfir.core"
- particleCount1 = 1
- particleVeloc1 = "0.0 0.0 0.0"
-
- explSound = "wrock.wav"
- damageRadius = 10.0
- damageValue(N) = 50
- damageValue(L) = 50
- damageValue(H) = 50
- damageValue(S) = 50
- damageValue(D) = 50
- damageValue(A) = 50
-
- [Core]
- simulateBase = "sim_null"
- lifeTime = 1.0
- renderBase = "draw_twirl"
- textureName = "smoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = "153 153 153 255"
- finishColor = "153 153 153 0"
- startRadius = 0.5
- finishRadius = 5.0
- animateTime = 1.0
-
-